home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / CRACKME32fdsa.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-10-11  |  1.2 KB  |  58 lines

  1. object Form1: TForm1
  2.   Left = 355
  3.   Top = 223
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Crack me'
  7.   ClientHeight = 69
  8.   ClientWidth = 121
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 109
  22.     Height = 20
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Cracked :'#39'('
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -16
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object DemoLabel: TLabel
  34.     Left = 4
  35.     Top = 4
  36.     Width = 113
  37.     Height = 32
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'DEMO'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clMaroon
  43.     Font.Height = -27
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Button1: TButton
  49.     Left = 20
  50.     Top = 40
  51.     Width = 81
  52.     Height = 25
  53.     Caption = 'Bye !'
  54.     TabOrder = 0
  55.     OnClick = Button1Click
  56.   end
  57. end
  58.